[index]

Length Function

Syntax

the length of <container | string> or
length (<expression>)

Description

Examples

The length function can be used to validate text entered into a field. Create a field and put the following handler into its script: on closeField if the length of me is < 5 then end closeField
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.